All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.sound.SndInfo
java.lang.Object
|
+----quicktime.sound.SndInfo
- public final class SndInfo
- extends Object
- implements SoundLib, InterfaceLib
This class returns Sound Header information as parsed from an Snd resource
or an AIFF Sound file
-
dataOffset
- The offset to the sound data
-
numFrames
- The number of frames in the sample
-
sndData
- The general characteristics of the sound data
-
parseAIFFHeader(OpenFile)
- You use this function to retrieve information about from a AIFF Sound File.
sndData
public SoundComponentData sndData
- The general characteristics of the sound data
numFrames
public int numFrames
- The number of frames in the sample
dataOffset
public int dataOffset
- The offset to the sound data
parseAIFFHeader
public static SndInfo parseAIFFHeader(OpenFile file) throws SoundException
- You use this function to retrieve information about from a AIFF Sound File.
QuickTime::ParseAIFFHeader
- Parameters:
- file - the open file to parse
- Returns:
- a SndInfo object
All Packages Class Hierarchy This Package Previous Next Index